projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce58d9b
)
(quail-start-translation): Bind help-char
author
Kenichi Handa
<handa@m17n.org>
Sun, 2 Aug 1998 01:06:57 +0000
(
01:06
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Sun, 2 Aug 1998 01:06:57 +0000
(
01:06
+0000)
to nil locally.
lisp/international/quail.el
patch
|
blob
|
history
diff --git
a/lisp/international/quail.el
b/lisp/international/quail.el
index 9d53822abc4f885dd52bd9a564981cfe0fbc5715..911ba025b9a75e53c151f2372719cb2c4175b9f4 100644
(file)
--- a/
lisp/international/quail.el
+++ b/
lisp/international/quail.el
@@
-902,6
+902,7
@@
The returned value is a Quail map specific to KEY."
unread-command-events (cons key unread-command-events))
(while quail-translating
(let* ((echo-keystrokes 0)
+ (help-char nil)
(keyseq (read-key-sequence nil))
(events (this-single-command-raw-keys))
(cmd (lookup-key translation-keymap keyseq)))